home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_438 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  110 b   |  9 lines

  1. totalBTN = 6;
  2. i = 1;
  3. while(i <= totalBTN)
  4. {
  5.    eval("btn" + i).enabled = false;
  6.    i++;
  7. }
  8. cheat = "";
  9.